home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 46 / Mobiclic46.iso / pc / DATA / SHARED / COMMUNS.CST / 00008_Script_magazine parent < prev    next >
Text File  |  2002-07-12  |  743b  |  30 lines

  1. --MAGAZINES parent script 
  2. --Gyorgy Gutierrez, Fevrier 2002
  3.  
  4. property ref, mag, nmag, tmag, cad
  5. property pcle, tpcl
  6. property plie, tpli
  7. global gMagList, gNomMagList, gTexteMagList, gCadeauList
  8. global gPrixLibEList, gTextePrixLibList
  9. global gPrixClasEList, gTextePrixClasList
  10.  
  11. on new me, myref     
  12.   --objet properties definition
  13.   ref = myref
  14.   mag = gMagList[myref]
  15.   nmag = gNomMagList[myref]
  16.   tmag = gTexteMagList[myref]
  17.   plie = gPrixLibEList[myref]
  18.   tpli = gTextePrixLibList[myref]
  19.   pcle = gPrixClasEList[myref]
  20.   tpcl = gTextePrixClasList[myref]
  21.   cad = gCadeauList[myref] 
  22.   return me
  23. end
  24. -------------------------------------------------------------------------
  25. -- HANDLERS
  26.  
  27. --on handler me
  28.   --
  29. --end
  30.